home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Networking / SNMP / SNMP Development / MacSNMP Developer 1.0.2 / Library Manager Interfaces / VersionResource.r < prev   
Encoding:
C/C++ Source or Header  |  1993-06-15  |  439 b   |  26 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        VersionResource.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11.  
  12. #include "SysTypes.r"
  13.  
  14. #define VMajor            1
  15. #define VMinor            (0 * 16)+0
  16. #define VStage            release
  17. #define VRelease        0
  18. #define VShortString    "1.0"
  19. #define VLongString        "1.0; © Apple Computer, Inc. 1991-1992"
  20.  
  21. resource 'vers' (1) {
  22.     VMajor, VMinor, VStage, VRelease, verUS,
  23.     VShortString,
  24.     VLongString
  25. };
  26.